projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c4cb29
)
GdkWindowImplX11: Struct packing improvements
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 12 Apr 2011 14:39:14 +0000
(10:39 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 12 Apr 2011 16:14:07 +0000
(12:14 -0400)
gdk/x11/gdkwindow-x11.h
patch
|
blob
|
history
diff --git
a/gdk/x11/gdkwindow-x11.h
b/gdk/x11/gdkwindow-x11.h
index 5a50464f0c3f6f178d88cc853bda53ce5086e542..b58a31b001f3b042d08c777ee83db15b89069c18 100644
(file)
--- a/
gdk/x11/gdkwindow-x11.h
+++ b/
gdk/x11/gdkwindow-x11.h
@@
-71,11
+71,11
@@
struct _GdkWindowImplX11
GHashTable *device_cursor;
gint8 toplevel_window_type;
- guint no_bg : 1;
/* Set when the window background is temporarily
-
* unset during resizing and scaling */
+ guint no_bg : 1; /* Set when the window background is temporarily
+ * unset during resizing and scaling */
guint override_redirect : 1;
guint use_synchronized_configure : 1;
-
+
cairo_surface_t *cairo_surface;
#if defined (HAVE_XCOMPOSITE) && defined(HAVE_XDAMAGE) && defined (HAVE_XFIXES)